-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
changed the name of all variables with min/max name #1606
Conversation
Signed-off-by: Parth Lawania <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Thanks! Could you also remove these lines and make sure our linter is happy with your changes? Lines 69 to 70 in ffc4cc6
|
Removed the conditions. Please review the PR again. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work.
* changed the name of all variables with min/max name Signed-off-by: Parth Lawania <[email protected]> * removed predeclared ignore condition for min and max identifiers Signed-off-by: Parth Lawania <[email protected]> --------- Signed-off-by: Parth Lawania <[email protected]> Co-authored-by: Parth Lawania <[email protected]> Signed-off-by: Eugene <[email protected]>
min
/max
since go now includesmin
andmax
in the list of predeclared identifiers